feat(app): render unified lineage ledger UI - #355
Merged
jeonghun-jj-lee merged 1 commit intoSep 14, 2026
Merged
jeonghun-jj-lee merged 1 commit into
jeonghun-jj-lee merged 1 commit into
Conversation
Add the Files Changed render slice for the session lineage ledger (amicode#1082): a capability-gated view model that projects the #1078 browser-safe ledger records into one canonical-resource row each — final state, origin mix, source-session provenance, receipt count, evidence state — with expandable chronological receipt + assessment history (immutable execution facts preserved), a dedicated Unknown Mutation Receipts uncertainty group, paged resource grouping, explicit full/partial/legacy capability labels, and status states distinguishable by icon + text (never color alone). Keyboard operation (Enter/Space toggle, Escape collapse + refocus) and the LineageLedgerPanel component wire the Work Column accessibility contract; both themes via design tokens. Render slice only: no transport/rollout (#1083) and no E2E matrix (#1084). Consumes only server-projected facts; host-only capability/path/evidence/redaction fields never enter browser state.
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
jeonghun-jj-lee
marked this pull request as ready for review
September 14, 2026 02:20
jeonghun-jj-lee
merged commit Sep 14, 2026
fd19c11
into
amico/issue-972-session-lineage-ledger
4 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements harmoniqs/amicode#1082, part of #972. Merged on local gates per accelerated policy; full CI at integration PR #345.